home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 006a / cshot101.zip / README < prev    next >
Text File  |  1993-03-02  |  3KB  |  59 lines

  1. I run a PCBoard BBS that is "into" keeping historic records.  As such,
  2. I run 3 or 4 statistical programs on my BBS ever night during the event.
  3. One of these was a "hotfile" program called HOTSTUFF41.  I discovered
  4. that it was counting aborted downloads as good ones.  I also have been
  5. using Vern Buerg's PCBS program for a few years, and it produced a
  6. "hotfile" section too.  But PCBCS's output contains more data than I
  7. wanted to post to the public.
  8.  
  9. After looking around for an accurate "hotfile" program that was also
  10. free, and finding none that suited me, I decided to not re-invent the
  11. wheel, but to rather plagerize data out of my PCBCS bulletin.
  12.  
  13. So I wrote the attached program that reads in the PCBCS report and
  14. outputs a subset of 3 reports:  the front main stat report, the
  15. multi-node section, and the "files downloaded counts" section.
  16.  
  17. The "FORM" command line argument is required and will trigger one
  18. of the following report subsets:
  19.    1 = FILES DOWNLOADED report
  20.    2 = STATS PAGE and FILES DOWNLOADED report
  21.    3 = STATS PAGE and MULTI-NODE and FILES DOWNLOADED report
  22.  
  23. CS-HOT will handle a PCBCS run on a single node caller file, even
  24. if FORM = 3. It just ignores the multi-node request, acting as if
  25. FORM 2 had been requested.
  26.  
  27. I run Vern's PCBCS against my full caller logs, creating a bulletin
  28. in my private conference bulletin area.  Then I run CS-HOT against
  29. that bulletin, creating a "hotfile" bulletin for public consumption.
  30.  
  31. rem == CALLER 1 + CALLER 2 + CALLER 3 COMBINED ===
  32. rem USING PCBCS143 CREATE CALL ANALYSIS INTO PRIVATE PBLT4 FOR NODE 1 & 2 & 3
  33. cs callerc. c:\private\pblt4. /SU /MAXBULLETINS:32
  34. rem USING MY OWN CS-HOT CREATE BLT16 OUT OF PBLT4 FOR DOWNLOADED ONLY
  35. cs-hot c:\private\pblt4. c:\blt\blt16. 1
  36.  
  37. Since this program is reading a relatively small file, this runs
  38. really fast and shouldn't slow down your event at all.
  39.  
  40. This program is wired for PCBCS version 1.43 ONLY.  It doesn't work
  41. when the /FF option in CS143 is used.  I realize full well that this
  42. might not work for all variants of output for PCBCS, but the source
  43. is included.  You can tweak the program to suit your own needs.
  44.  
  45. Credit for PCBCS and all my thanks go to Vern Buerg.  He created
  46. the tough program, I just parsed it up...
  47.  
  48. If you see a need for changes, send me a message, either to my own
  49. BBS in care of SYSOP or in care of JIM ROBESON on VOR or SALTAIR.
  50. I'm not promising free maintenance nor support of any kind.  But,
  51. on the other hand, improvemnts could help me too, huh?!  My speed
  52. of reaction will depend on how good the suggestion is. :-)
  53.  
  54. Maybe this will be helpful to you.  It sure saves time for me!
  55.  
  56. Jim Robeson
  57. The Cricket BBS,  Pacific Grove, CA.,  408-373-3773.
  58.  3/02/93
  59.